home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
smartpix
/
smartpix.exe
/
{app}
/
HTML
/
Deep Blue.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-11-18
|
1KB
|
73 lines
/* -------------------------------------------------------
Xequte CSS Style File
----------------------------------------------------------*/
a:link {
text-decoration: none;
color : #FFFF2B;
font-weight : bold;
}
a:visited {
text-decoration: none;
color : #FFFF80;
font-weight : bold;
}
a:hover {
text-decoration: underline;
}
body {
color : #FFFF2B;
font-family: Tahoma, Arial, Helvetica;
font-weight: 700;
background-color: #000080;
background-image : url(Deep_Blue.jpg);
background-repeat : repeat;
}
td.thumbcell {
vertical-align : baseline;
background-color: #E8E8E8;
border : 1px outset;
}
.heading {
color : #FFFF2B;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 28px;
font-weight : bold;
margin-bottom : 10px;
}
.filename {
color : #00005B;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 11px;
font-weight : normal;
}
.navigation {
color : #FFFF2B;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 14px;
}
.footer {
color : #FFFF2B;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 12px;
}
.pagecount {
color : #FFFF2B;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 14px;
}